home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-11 | 530 b | 22 lines | [TEXT/KAHL] |
- Add the following code to the file "xlisp.h", right before the line that reads:
- /*>>>>>>> For other systems -- You are on your own! */
-
-
- /* Mac THINK C version 7 */
- #ifdef THINK_C
- #include <stdlib.h>
- #define LSC
- #undef PATHNAMES
- #undef FILETABLE
- #undef SAVERESTORE
- #undef MEDMEM
- #define EDEPTH 4000
- #define ADEPTH 3000
- #define OSAOPEN osaopen
- #define OSBOPEN osbopen
- extern FILE *osaopen (char *name, char *mode);
- extern FILE *osbopen (char *name, char *mode);
- #define NO_EXTENSIONS /* don't add ".lsp" onto filenames */
- #endif
-
-